Operation void addElement (Object obj), in Class Vector

Documentation

* Adds the specified component to the end of this vector,
* increasing its size by one. The capacity of this vector is
* increased if its size becomes greater than its capacity.
*
* @param obj the component to be added.
* @since JDK1.0


ConcurrencySequentialExport ControlPublicAccess


MessagesaddElement(Object)



Property Settings

Java
FinalTrueSynchronizedTrue
AbstractFalseStaticFalse
NativeFalse